Return to start page
The first version, with no parameters, removes all but the first element from every consecutive group of equal elements in the vector container. Notice that an element is only removed from the vector if it is equal to the element immediately preceding it. Thus, this function is specially useful for sorted lists.
-
Core/General/Struct Vector.j
backwards should be faster
-
-
-